home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / mail / mh / contrib / queuemh / queuemh-scripts / README < prev    next >
Encoding:
Text File  |  1992-11-08  |  2.3 KB  |  64 lines

  1.  
  2. This directory contains scripts for use with queuemh.  They are
  3. unsupported hacks used at CU or contributed.  Consider them works in
  4. progress.  here is no documentation, the code should be sufficient
  5. since they're simple.  All scripts support the -help option typical to
  6. MH commands.
  7.  
  8. Before using any of these scripts, look through them and customize
  9. any site specific information like directory paths and queue names.
  10.  
  11. Send any bugs, suggestions, etc to queuemh-users@cs.colorado.edu.
  12.  
  13.  
  14. Stuff here (in no particular order)
  15.  
  16. ptize - prioritize a message
  17.     Basically takes any string given as a priority,
  18.     upcases it, and annotates the message with it
  19.     in the Priority header.  We use a two digit
  20.     priority described in the -help.
  21.  
  22. assign - assign a message to a specific staff member
  23.     Annotates the message with the name specified
  24.     (suggest login) in the Assigned-to header.
  25.     
  26. packq - sorts the queue on Priority in reverse order
  27.     Since new message come in the end, sort on
  28.     priority is reverse order (high priority,
  29.     low priority number last) so queue can always
  30.     be read back to front.
  31.  
  32. dscan - scan messages with final msg# digits corresponding
  33.     to those specified on command line
  34.     This requires a little history.  Every once in
  35.     a while our queue gets to big to manage well so
  36.     we have a queue "party".  All staff come in and
  37.     work on the queue until it's back down to a manageable
  38.     size (fits on one screen, ~24 entries).  Pizza is
  39.     provided for the duration.  During the "party" the messages
  40.     are evenly distributed amoung those attending.  We assign
  41.     messages by final msg# digit, eg. someone gets ones:
  42.     11 21 31 41, etc.  That ensures an even spread of new/easy
  43.     stuff and moldy hard stuff.  dscan was written for queue
  44.     parties and scans the "ones" and "twos" etc.
  45.     
  46. myscan - scans only those message assigned to current user
  47.  
  48. pland  - directory of stuff to implement dynamic queue status
  49.     via finger
  50.     
  51. plum   - directory of plum libraries to implement queuemh commands
  52.  
  53. pscan.form - format file for pscan and myscan which shows
  54.     Priority and Assigned-to
  55.  
  56. scan.form - format file which shows Priority
  57.  
  58.     
  59. Barbara J. Dyker                       Department of Computer Science
  60. Computer Systems Manager               Campus Box 430B, ECEE00-69
  61. barb@cs.colorado.edu                   University of Colorado
  62. (303) 492-2545                         Boulder, CO  80309-0430
  63.  
  64.